var github.com/jackc/pgx/v5/pgtype.kindTypes

7 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		convert.go#L26: var kindTypes map[reflect.Kind]reflect.Type
		convert.go#L57: 	if baseValType, ok := kindTypes[dstVal.Kind()]; ok {
		convert.go#L62: 		if baseElemType, ok := kindTypes[dstVal.Type().Elem().Kind()]; ok {
		convert.go#L68: 		if baseElemType, ok := kindTypes[dstVal.Type().Elem().Kind()]; ok {
		convert.go#L78: 				if baseElemType, ok := kindTypes[nested.Elem().Kind()]; ok {
		convert.go#L82: 			if _, ok := kindTypes[nested.Kind()]; ok && dstPtr.CanInterface() {
		convert.go#L92: 	kindTypes = map[reflect.Kind]reflect.Type{